hipreme_engine ~master (2025-09-27T13:37:43Z)
Dub
Repo
fillRectangle
hip
api
graphics
g2d
renderer2d
Struct compatible with float[4] or float[4]
void
fillRectangle
(float x, float y, float width, float height, HipColor color)
void
fillRectangle
(T r, HipColor color)
version(DefineOverloadings && Have_util)
pragma(
inline
, true)
void
fillRectangle
(
T
)
(
in
T
r
,
HipColor
color
=
HipColor.no
)
if
(
isTypeArrayOf
!(
float
,
T
, 4)
)
Meta
Source
See Implementation
hip
api
graphics
g2d
renderer2d
functions
drawCircle
drawEllipse
drawLine
drawRectangle
fillCircle
fillEllipse
fillRectangle
setFont
static functions
createFromAtlas
Struct compatible with float[4] or float[4]